home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / programs / electronic / rlab / !RLaB / misc / gnuplothel / semilogy < prev    next >
Encoding:
Text File  |  1994-10-22  |  263 b   |  15 lines

  1. semilogy:
  2.  
  3. Synopsis: Sets the plot-window y-axis logaritmic.
  4.  
  5. Syntax: semilogy ( I)
  6.  
  7. Description:
  8.  
  9.     Sets the I:th plot-window y-axis logaritmic and x-axis linear.
  10.     
  11.     If 'I' is not specified the default plot-window (0) is used.
  12.  
  13. See Also: loglog, semilogx, nolog
  14.  
  15.